Câu ví dụ
- Since version 2.05b Bash can redirect standard input (stdin) from a "here string" using the <<< operator.
Từ phiên bản 2.05b Bash có thể chuyển hướng đầu vào tiêu chuẩn (stdin) từ một "here string" sử dụng toán tử <<<. - Note that file descriptor 0 is normally standard input (STDIN), 1 is standard output (STDOUT), and 2 is standard error output (STDERR).
Ghi chú rằng dấu hiệu file 0 thường là input tiêu chuẩn (STDIN), 1 thường là đầu ra tiêu chuẩn (STDOUT), và 2 thường là đầu ra lỗi tiêu chuẩn (STAERR).